func runtime.sysMap
5 uses
runtime (current package)
malloc.go#L1519: sysMap(unsafe.Pointer(l.mapped), pEnd-l.mapped, sysStat)
mem_linux.go#L184: func sysMap(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
mheap.go#L1376: sysMap(unsafe.Pointer(h.curArena.base), size, &memstats.heap_sys)
mheap.go#L1404: sysMap(unsafe.Pointer(v), nBase-v, &memstats.heap_sys)
mpagealloc_64bit.go#L175: sysMap(unsafe.Pointer(need.base.addr()), need.size(), p.sysStat)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)